|
Document 165
How to change the space between the rows of a table
Version: 2.5, 3.x, 4.x, 5.x - Scientific WorkPlace & Scientific
Word
The program automatically creates space between the rows of tables in your
documents, but you can change the distance between rows for a single table or
for all tables in the document.
To change the distance between rows for a single table
-
Place the insertion point immediately before the table.
-
Insert a TeX field.
-
In the TeX Field window, enter
\renewcommand{\arraystretch}{x} where
x is the factor by which you want to multiply the
default distance between the rows. For example, the command
\renewcommand{\arraystretch}{1.5} will increase the
distance between the rows by 50%.
-
Choose OK.
-
Place the insertion point immediately after the table.
-
Insert another TeX field.
-
In the TeX Field window, enter
\renewcommand{\arraystretch}{1} to return to the
default.
-
Choose OK.
NoteYou
can apply the increased or decreased row spacing to several subsequent tables
by placing the first TeX field before the first table in the series and
placing the second TeX field after the last table in the series.
To change the distance between table rows for the entire document
-
From the Typeset menu, choose
Preamble.
In earlier versions, from the File menu, choose
Document Info and then choose the
Preamble tab.
-
In the entry area, enter
\renewcommand{\arraystretch}{x} where
x is the factor by which you want to multiply the
default distance between the rows for all tables in the document.
-
Choose OK.
Last revised 02/16/06
This document was created with Scientific WorkPlace.
|